Skip to content

Azure foundry support added#182

Open
nikhilvishwanath wants to merge 1 commit intohuggingface:mainfrom
nikhilvishwanath:main
Open

Azure foundry support added#182
nikhilvishwanath wants to merge 1 commit intohuggingface:mainfrom
nikhilvishwanath:main

Conversation

@nikhilvishwanath
Copy link
Copy Markdown

Summary

Adds support for models deployed on Azure AI Foundry via LiteLLM's azure/ prefix.

Changes

  • agent/core/llm_params.py: Handle azure/<deployment> model names, reading credentials from AZURE_API_KEY, AZURE_API_BASE, and AZURE_API_VERSION env vars
  • README.md: Document Azure AI Foundry setup with required env vars and usage examples

Usage

Set the following in your .env:
AZURE_API_KEY=<>
AZURE_API_BASE=https://.openai.azure.com/
AZURE_API_VERSION=<>

Run

ml-intern --model azure/ "your prompt"

@fglogan
Copy link
Copy Markdown

fglogan commented May 3, 2026

closed per maintainer request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants